home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / WMS.CAB / ctrl_.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-02-21  |  1.7 KB  |  48 lines

  1. /* Copyright (c) Microsoft Corporation.  All rights reserved. */
  2. .clsControlsContainer
  3. {
  4.     position:absolute;top:486;left:115;
  5.     visibility:hidden;
  6.     font-size: 90%;
  7.     width: 246; height: 24;
  8.     border-width: 0; border-style:inset; border-color: silver;
  9.     margin:0; padding:2;
  10. }
  11. .clsPlayButtonNormal{
  12.     cursor: hand;
  13.     border-width: 0; border-style: solid;
  14.     filter: progid:DXImageTransform.Microsoft.BasicImage( Rotation=0,Mirror=0,Invert=0,XRay=0,Grayscale=0,Opacity=0.70);
  15. }
  16. .clsPlayButtonMouseOver{
  17.     cursor: hand;
  18.     border-width: 0; border-style: solid;
  19.     filter: progid:DXImageTransform.Microsoft.BasicImage( Rotation=0,Mirror=0,Invert=0,XRay=0,Grayscale=0,Opacity=1);
  20. }
  21. .clsSoundButtonNormal{
  22.     cursor: hand;
  23.     border-width: 0; border-style: solid;
  24.     filter: progid:DXImageTransform.Microsoft.BasicImage( Rotation=0,Mirror=0,Invert=0,XRay=0,Grayscale=0,Opacity=0.70);
  25. }
  26. .clsSoundButtonMouseOver{
  27.     cursor: hand;
  28.     border-width: 0; border-style: solid;
  29.     filter: progid:DXImageTransform.Microsoft.BasicImage( Rotation=0,Mirror=0,Invert=0,XRay=0,Grayscale=0,Opacity=1);
  30. }
  31. .clsSpeedButtonNormal{
  32.     cursor: hand;
  33.      border-width: 0; border-style: solid0
  34.      padding:0;margin:3;
  35.     filter: progid:DXImageTransform.Microsoft.BasicImage( Rotation=0,Mirror=0,Invert=0,XRay=0,Grayscale=0,Opacity=0.70);
  36. }
  37. .clsSpeedButtonMouseOver{
  38.     cursor: hand;
  39.      border-width: 0; border-style: solid;
  40.      padding:0;margin:3;
  41.     filter: progid:DXImageTransform.Microsoft.BasicImage( Rotation=0,Mirror=0,Invert=0,XRay=0,Grayscale=0,Opacity=1);
  42. }
  43. .clsSpeedButtonDisabled{
  44.      border-width: 0; border-style: solid;
  45.      padding:0;margin:3;
  46.     filter: progid:DXImageTransform.Microsoft.BasicImage( Rotation=0,Mirror=0,Invert=0,XRay=0,Grayscale=0,Opacity=0.15);
  47. }
  48.